home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / resc.zip / RESCONV / README.TXT < prev    next >
Text File  |  1992-07-13  |  1KB  |  35 lines

  1.  
  2. This series of files contain updates to the tools in ResConv and
  3. Annotate shipped with the OS/2 to Windows NT Conversion kit.
  4.  
  5. Both tools have been converted to run on Windows NT.
  6. They will no longer run on OS/2 or Dos.
  7.  
  8. Other news:
  9. Annotate:
  10. I changed the name of the tool from 'xlate' to 'annotate' to
  11. eliminate confusion about what the tool is designed to do.
  12.  
  13. The original program had a bug where it could not distinguish between
  14. 'foo' and 'foobar'.  String lengths are now checked.
  15.  
  16. The old list option has been replaced with a '-d' option for dump.
  17.  
  18. You can now specify a different data file with '-f data_file'.
  19. This means you can grab the win32api.dat file from the SDK for
  20. use with the port tool if you have some Win 3.1 code.
  21.  
  22. Resconv:
  23. I had some problems with Petzold's OS/2 rc files, and modified
  24. the tool to take them unchanged.
  25.  
  26. I also added a debug option.  The new useage is:
  27.  
  28. Usage:
  29.   RESCONV <OS/2 src_file> <Windows dst_file>
  30. -or-
  31.   RESCONV - <OS/2 src_file> <Windows dst_file>
  32.  
  33. The '-' as the first arguement turns on a sneaky debug option.
  34. Might help since the error messages tend to be cryptic.
  35.